From: Luc Teirlinck Date: Sun, 26 Oct 2003 00:57:12 +0000 (+0000) Subject: (widget-default-delete): Always delete child widgets. (From Per X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25119 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f3c8fe03c19a8537a8e66e02d15b07749d233cf;p=emacs.git (widget-default-delete): Always delete child widgets. (From Per Abrahamsen.) --- diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 07bb0c1f0c2..4c70334e908 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -1465,6 +1465,7 @@ If that does not exists, call the value of `widget-complete-field'." (inhibit-modification-hooks t) (inhibit-read-only t)) (widget-apply widget :value-delete) + (widget-children-value-delete widget) (when inactive-overlay (delete-overlay inactive-overlay)) (when button-overlay